home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / memmap.zip / MEMMAP.DOC < prev    next >
Text File  |  1989-07-08  |  2KB  |  46 lines

  1.          MemMap:  Map of DOS Memory Blocks Using Turbo Pascal
  2.  
  3.                                   by
  4.  
  5.                              Earl F. Glynn
  6.                            Overland Park, KS
  7.                          Compuserve 73257,3527
  8.  
  9.  
  10. The MemMap utility is a replacement for PC Magazine's PCMAP.  MemMap
  11. displays all allocated memory blocks, including program and environment
  12. blocks, and optionally all the variables in the environment blocks.
  13.  
  14. PCMAP no longer works under DOS 4.0 and the new DOS 4.0 MEM command
  15. is not compatible with earlier releases of DOS.  MemMap is intended
  16. to be compatible with DOS 2.10, 3.X, 4.0 and the DOS subset of
  17. OS/2 EE 1.1.
  18.  
  19. See the enclosed MEMMAP.TXT ASCII text file for a complete description.
  20. The figures referenced in MEMMAP.TXT are in separate files, FIG.1,
  21. FIG.2, etc.
  22.  
  23.  
  24.  
  25.     File                         D e s c r i p t i o n
  26. ------------  ----------------------------------------------------------
  27. MEMMAP.DOC    this file
  28. MEMMAP.TXT    article explaining MemMap utility
  29. FIG.1         Sample PCMAPs for DOS 4.0 and DOS 3.3
  30. FIG.2         DOS User Memory
  31. FIG.3         Structure of DOS Memory Control Block
  32. FIG.4         Sample Relationship Between Program and
  33.                 Environment Memory Control Blocks
  34.                 (NOTE:  approx. 105 columns wide)
  35. FIG.5         MemMap Source Program Listing (with line numbers)
  36.                 (this listing has the line numbers referenced in MEMMAP.TXT)
  37. FIG.6         Sample DOS 3.3 MemMap Output
  38. FIG.7         Sample DOS 4.0 MemMap Output
  39. FIG.8         Sample DOS 4.0 "MEM /DEBUG" Output
  40. FIG.9         Sample "MEMMAP /V" Output from OS/2
  41.                 EE 1.1 DOS Subset
  42. FIG.10        Memory Enigma
  43. MEMMAP.PAS    Turbo Pascal 5.0 source program
  44. MEMMAP.EXE    compiled MemMap program
  45. MEMMAP.HLP    MemMap help file
  46.